home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / c / sozobon / sozlib15.zoo / sozdistr / examples / hello.mk < prev    next >
Encoding:
Makefile  |  1995-04-02  |  268 b   |  18 lines

  1. #!make -f
  2. # @(#)hello.mk, hello, SozobonX examples
  3. #
  4. # make file for 'hello' in SozobonX distribution
  5. #
  6.  
  7. # run the optimizer:
  8. #CFLAGS = -O
  9. # and show everything any binary does
  10. CFLAGS = -VO
  11.  
  12. # use a different startupcode
  13. LDFLAGS = -s min_s.o
  14.  
  15. hello.tos: hello.c
  16.  
  17. #eof
  18.